histramp

USAGE: histramp inimg outimg [-s SLOPE_SIGN] [-L]

histramp transforms image intensity distribution
to enhance contrast in dark, medium, or light intensities.

ARGUMENTS:
    inimg: input image filename (TIF)
   outimg: output image filename (TIF)

OPTIONS:
  -s SLOPE_SIGN: is a value of -1, 0, or 1, connoting the sign
                 of the intensity histogram shape. This increases contrast
                 in intensity ranges high (-1), medium (0), or low (1)
                 intensity ranges;
                 the default SLOPE is 0, which yields uniform contrast
                 distribution across all intensities (known as histogram
                 equalization)
             -L: print Software License for this module
 
 
 
 

Example:

histramp lvr2i.tif lvr2iz.tif -s 0

lvr2i.tif:

lvr2iz.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.